home *** CD-ROM | disk | FTP | other *** search
/ Computer Music 2005 March / CMI84.ISO / pc / Software / Demo Software / Mac Demo Software / Linplug Saxlab Demo Mac / SaxLabDemo.dmg / SaxLab 1.0.2 Demo.pkg / Contents / Resources / postflight next >
Encoding:
Text File  |  2005-01-20  |  200 b   |  7 lines

  1. #!/bin/sh
  2.  
  3. "$1/Contents/Resources/SetFile" -a C "$3/Library/Audio/Plug-Ins/Components/SaxLab.component"
  4.  
  5. "$1/Contents/Resources/SetFile" -a C "$3/Library/Audio/Plug-Ins/VST/LinPlug/SaxLab.vst"
  6.  
  7. exit 0